[jqueryui] Sorttable ul li get order
Posted
by Shishant
on Stack Overflow
See other posts from Stack Overflow
or by Shishant
Published on 2010-03-29T19:32:00Z
Indexed on
2010/03/29
19:33 UTC
Read the original article
Hit count: 278
jQuery
|JavaScript
Hello,
My html is like this
<ul>
<li>...</li>
<li>
<ul>
<li>...</li>
</ul>
</li>
</ul>
This is just a example, a ul
can contain many li
but the max depth is ul li ul
like in example
I am using JqueryUI Sortable to sort this li
I want to get the sort order of the li
to store it in database so that user dont have to sort each time.
Thank You.
© Stack Overflow or respective owner